@functional
Feature: Westpac Kiwisaver projection calculator
File name: kiwisaverTests.feature
Relative path: features/kiwisaverTests.feature
Given
User navigates to kiwisaver calculator
And
User inputs his age
And
User selects the kiwisaver saving for
And
User selects the employee status
And
User provides current kiwisaver balance
And
User select the frequency of contributions
And
User provides the current contributions
And
User provides the type of fund as "Balanced / Default"
Then
User should see Your current projection information
Given
User navigates to kiwisaver calculator
And
User inputs his age as 30
And
User selects the kiwisaver saving for 'Retirement'
And
User selects the employee status as 'Self Employe'
And
User provides current kiwisaver balance as 2500
And
User select the 'Monthly' of contributions
And
User provides the current contributions as 1000
And
User provides the type of fund as '<Balanced / Default>'
Then
User should see Your current projection information